2020-2021 Sunseeker Telemetry and Lighting System
cs_ex2_DCO24MHz.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Functions

void main (void)
 

Variables

uint32_t clockValue
 

Function Documentation

◆ main()

void main ( void  )

Definition at line 62 of file cs_ex2_DCO24MHz.c.

References clockValue, and GPIO_setOutputLowOnPin().

Variable Documentation

◆ clockValue

uint32_t clockValue

MSP430FR57xx Demo - Configure MCLK for 24MHz operation

Description: Configure ACLK = SMCLK = MCLK = 24MHz IMPORTANT NOTE: While the FR5739 is capable of operation using a 24MHz MCLK; the throughput of the device is dependednt on accesses to FRAM. The maximum speed for accessing FRAM is limited to 8MHz*. Wait states are inserted automatically when the FRAM is accessed at speeds higher than 8MHz to prevent timing violations. Refer to the FRAM Clock System chapter of the User's Guide.

  • Refer device D/s for typical numbers
      MSP430FR57x
    ---------------
    
    / |
    RST
    | | | | | P2.0 |—> ACLK = MCLk = 24MHz

Texas Instruments Inc. February 2012 Built with IAR Embedded Workbench Version: 5.40 & Code Composer Studio V5.1

Definition at line 60 of file cs_ex2_DCO24MHz.c.

Referenced by main().